From: Luc Teirlinck Date: Sun, 6 Jun 2004 03:45:59 +0000 (+0000) Subject: (locate-ls-subdir-switches): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22128 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f7faff3dee1f9d02f11d164afb20a71270fc6680;p=emacs.git (locate-ls-subdir-switches): Doc fix. --- diff --git a/lisp/locate.el b/lisp/locate.el index f337bd09bad..0833d677421 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -154,9 +154,8 @@ ;;;###autoload (defcustom locate-ls-subdir-switches "-al" "`ls' switches for inserting subdirectories in `*Locate*' buffers. -This should contain the \"-l\" switch. -Use the \"-F\" or \"-b\" switches if and only if you also use -them for `find-ls-option'." +This should contain the \"-l\" switch, but not the \"-F\" or +\"-b\" switches." :type 'string :group 'locate :version "21.4")